.block-services .icon-service .text {
    margin-left: 85px;
    padding-top: 25px;
}
#showall_dlg, #showall_toolbar {
    display: none;
}
.pfloat-left {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
#pagebar {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin-bottom: 20px;
}
.pfloat-left a {
    color: blue;
}
.razorpay-payment-button {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    display: block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}
.razorpay-payment-button:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.panel-primary {
    padding: 10px;
    border-color: #ccc;
}